***********************************************************************
***********           PANJIT International Inc.             ***********
***********************************************************************
*Nov 22, 2019                                                         *
*                                                                     *
*This SPICE Model describes the characteristics of a typical device   *
*and does not respresent the specification. Designer should refer to  *
*the same type name data sheet for specification limits.              *
***********************************************************************
*$
.subckt S3A-AU A K 
.param
+vc0 = 3.846e-9		 vc1 = 2.753e-11	 vc2 = 1.000		 vc3 = 3.751e-10		 vc4 = 1.855e-3
+tc1 = 6.251e-2		 tc2 = 3.021e-2		 tc3 = 4.241e-1		 tc4 = 3.121e-2		   
.func irexp(v) {(vc0+vc1*v^vc2)*(1.0+tc1*(temp-25)*exp(tc2*(temp-25)))+(vc3*exp(vc4*v))*(1.0+tc3*(temp-25)*exp(tc4*(temp-25)))}
d1 A K sbd
g1 K A value = {irexp(v(K,A))}
.model sbd d
***** flag parameter *****
+level = 1
***** dc model parameter *****
+ is = 2.842e-9		   n = 1.655		  rs = 7.995e-3		 ikf = 236.87
+ibv = 0.5e-3		 nbv = 1.0		  bv = 1100
***** capacitance parameter *****
+cjo = 6.915e-11	   m = 3.406e-1		  vj = 3.905e-1
+ fc = 0.5
***** temperature coefficient *****
+tnom = 25		  eg = 1.1		 xti = 3
+trs1 = -7.716e-4	trs2 = -4.234e-6	tikf = 1e-3	
.ends S3A-AU
*$